home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
SQL and Data Base
/
FoxPro 2.06 for Windows
/
CONTROLS.PR_
/
CONTROLS.bin
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-10
|
272 b
|
19 lines
DO CASE
CASE navigate = 1
GO TOP
CASE navigate = 2
SKIP -1
IF BOF()
GO TOP
ENDIF
CASE navigate = 3
SKIP
IF EOF()
GO BOTTOM
ENDIF
CASE navigate = 4
GO BOTTOM
ENDCASE
SHOW GETS